Comments
Comments allow users (or the Simulation) to add human read-able comments to the files which won't be read by the Simulation.
|
/* This is a comment */
/* |
Comments also allow users to remove sections of the file to test particular functionality or for temporary changes.
Objects and Variables
The Noble Ape file format is based on objects and variables. The central elements are five letters that identify both objects and variables. An object includes a number of variables. The example definition of object 'objec' and variable 'varia', is as follows;
|
objec{ varia = 123; }; |
Multiple values can be given for particular variables too. For example;
| airav = 123, 222, 111; |
The Noble Ape Simulation supports two kinds of variables. One byte integers with values between 0 and 255 (inclusive), and two byte integers with values between 0 and 65535 (inclusive). Some variables will only accept one byte integers. In the file format variable definitions below, one_byte denotes a one byte value expected two_bytes denotes a two byte value expected.
Simulation signature, signa
Simulation Version Definition, simul
1 x two_bytes
|
signa = 16807; |
Simulation version number, verio
1 x two_bytes
|
verio = 15089; |
Time in minutes, timed
1 x two_bytes
|
timed = 44249; |
Date in days and millenia, dated
2 x two_bytes
|
dated = 3114, 46978; |
Seed that created the land, landg
2 x two_bytes
|
landg = 56008, 36568; |
Tide height value, tides
1 x one_byte
|
tides = 254; |
Location in x and y coordinates, locat
2 x two_bytes
|
locat = 12099, 1101; |
Direction facing, facin
1 x one_byte
|
facin = 152; |
Speed traveling, speed
1 x one_byte
|
speed = 85; |
Energy within, energ
1 x two_bytes
|
energ = 4748; |
Date of birth in days and millenia, datob
2 x two_bytes
|
datob = 56290, 54451; |
Speaking, speak
1 x two_bytes
|
speak = 14151; |
Random within, rando
2 x two_bytes
|
rando = 14615, 16657; |
State description, state
1 x two_bytes
|
state = 50072; |
Location of brain storage, brloc
1 x two_bytes
|
brloc = 18772; |
Brain state values, brain
6 x two_bytes
|
brain = 11823, 11025, 38445, 35589, 12888, 26357; |
Height, heigt
1 x two_bytes
|
heigt = 33131; |
Mass, masss
1 x two_bytes
|
masss = 40406; |
ApeScript overrides, overr
1 x two_bytes
|
overr = 30600; |
Shouting values, shout
6 x one_byte
|
shout = 7, 153, 146, 72, 51, 98; |
Crowding, crowd
1 x one_byte
|
crowd = 65; |
Posture, postu
1 x one_byte
|
postu = 243; |
Inventory, inven
8 x two_bytes
|
inven = 3853, 20515, 27365, 63583, 13616, 8913, 63176, 62957; |
Number of parasites, paras
1 x one_byte
|
paras = 97; |
Honor, honor
1 x one_byte
|
honor = 12; |
Date of conception in days and millenia, conce
2 x two_bytes
|
conce = 5451, 10498; |
Attention actor index, actix
1 x one_byte
|
actix = 53; |
Attention episode index, epiix
1 x one_byte
|
epiix = 57; |
Mother genetics, mothg
8 x two_bytes
|
mothg = 20609, 25732, 9656, 25876, 7074, 13212, 26292, 61018; |
Family names, famil
2 x one_byte
|
famil = 103, 42; |
Unused, unusb
1 x two_bytes
|
unusb = 13514; |
Father genetics, fathg
8 x two_bytes
|
fathg = 56037, 4680, 18921, 41157, 1521, 8880, 22212, 39957; |
Father honor, fathh
1 x one_byte
|
fathh = 138; |
Father family names, fathn
2 x one_byte
|
fathn = 229, 155; |
Unused, unusc
1 x one_byte
|
unusc = 77; |
Genetics, genet
8 x two_bytes
|
genet = 49977, 62966, 2039, 9960, 19617, 4101, 60115, 63742; |
Social simulation values, sosim
4 x two_bytes
|
sosim = 62445, 19877, 47317, 57587; |
Drives, drive
4 x one_byte
|
drive = 217, 228, 91, 250; |
Goals, goals
3 x two_bytes
|
goals = 21612, 36291, 4433; |
Preferences, prefe
14 x one_byte
|
prefe = 226, 32, 174, 12, 225, 6, 152, 109, 97, 255, 52, 161, 30, 25; |
Territory information, terit
128 x two_bytes
|
terit = 6909, 55862, 12880, 17129, 3511, 39553, 44943, 4035, 62522, 17182, 28943, 40384, 55084, 37444, 46165, 19066, 36808, 44715, 24144, 1225, 26034, 39134, 8882, 59638, 43189, 11746, 23116, 24655, 64477, 33695, 23688, 61031, 53949, 44494, 54815, 52210, 41313, 61696, 30606, 9848, 39319, 44439, 42254, 23092, 10850, 50951, 42199, 11358, 58439, 6817, 18520, 46121, 6286, 18267, 47010, 3061, 7010, 52294, 2438, 30620, 48836, 16174, 9014, 51498, 60674, 22643, 60434, 40036, 28134, 12038, 17287, 23791, 33363, 13577, 63697, 32520, 6995, 9039, 16977, 57848, 36197, 7567, 42932, 21232, 10624, 46007, 56011, 31513, 55278, 26778, 38123, 63959, 44824, 34508, 59471, 51362, 17532, 26508, 20535, 24031, 65217, 21165, 58021, 55761, 20019, 12241, 24378, 2238, 11011, 240, 49441, 35817, 40625, 30647, 51596, 10443, 17880, 27695, 45183, 33266, 25267, 652, 17005, 15944, 8656, 6430, 9288, 64539; |
Immune system information, immun
48 x one_byte
|
immun = 45, 79, 175, 113, 113, 128, 95, 215, 242, 211, 158, 244, 196, 241, 155, 148, 150, 232, 29, 171, 129, 147, 179, 115, 126, 27, 39, 217, 196, 57, 87, 22, 100, 65, 185, 53, 21, 232, 240, 60, 149, 216, 232, 206, 30, 24, 100, 250; |
Vascular system 1, vas01
144 x one_byte
|
vas01 = 173, 104, 221, 252, 89, 50, 19, 1, 9, 57, 11, 15, 31, 229, 202, 113, 104, 5, 248, 54, 46, 152, 220, 202, 173, 200, 106, 219, 237, 37, 128, 26, 154, 157, 207, 166, 38, 67, 25, 221, 175, 232, 58, 137, 197, 31, 60, 109, 25, 157, 56, 222, 16, 230, 96, 195, 123, 232, 114, 195, 242, 179, 22, 96, 222, 139, 201, 89, 2, 185, 16, 50, 98, 205, 185, 65, 247, 115, 118, 245, 211, 219, 183, 163, 213, 163, 135, 121, 127, 196, 129, 154, 3, 94, 202, 112, 76, 237, 179, 113, 16, 238, 127, 32, 107, 12, 136, 5, 170, 235, 244, 150, 62, 124, 71, 8, 206, 141, 78, 9, 35, 102, 231, 23, 146, 168, 163, 178, 187, 205, 238, 50, 27, 62, 21, 56, 12, 84, 30, 240, 147, 8, 136, 150; |
Vascular system 2, vas02
144 x one_byte
|
vas02 = 159, 116, 87, 175, 225, 133, 136, 130, 106, 65, 157, 88, 49, 28, 23, 132, 181, 72, 78, 236, 219, 57, 63, 106, 10, 202, 17, 185, 29, 240, 134, 107, 80, 11, 141, 238, 80, 31, 215, 235, 155, 206, 9, 161, 125, 116, 18, 75, 70, 5, 173, 252, 7, 119, 190, 217, 129, 109, 141, 126, 132, 136, 84, 74, 24, 216, 4, 92, 179, 40, 59, 10, 117, 43, 136, 27, 95, 80, 15, 173, 181, 144, 16, 230, 61, 27, 102, 79, 139, 218, 45, 191, 51, 203, 107, 226, 28, 142, 179, 236, 169, 217, 213, 191, 20, 76, 8, 233, 87, 126, 208, 209, 229, 229, 96, 135, 81, 9, 179, 64, 152, 5, 128, 71, 61, 188, 46, 104, 154, 59, 232, 56, 231, 122, 10, 51, 72, 254, 150, 14, 201, 191, 129, 218; |
Vascular system 3, vas03
144 x one_byte
|
vas03 = 54, 241, 134, 140, 165, 210, 71, 136, 250, 76, 12, 119, 139, 240, 209, 35, 20, 40, 84, 149, 99, 101, 22, 207, 64, 134, 27, 61, 115, 127, 211, 93, 187, 89, 28, 91, 93, 37, 145, 110, 177, 216, 97, 118, 177, 78, 14, 103, 210, 208, 57, 87, 240, 207, 108, 135, 131, 75, 243, 40, 84, 5, 136, 54, 11, 167, 199, 197, 248, 133, 65, 99, 79, 183, 186, 222, 95, 148, 255, 103, 29, 31, 235, 220, 189, 161, 22, 210, 218, 119, 144, 56, 237, 118, 121, 137, 108, 41, 25, 139, 38, 87, 181, 140, 80, 234, 5, 79, 100, 79, 65, 41, 200, 186, 141, 141, 84, 75, 114, 118, 51, 221, 64, 117, 67, 152, 4, 103, 150, 224, 56, 98, 111, 239, 146, 55, 206, 91, 97, 91, 192, 134, 119, 238; |
Vascular system 4, vas04
144 x one_byte
|
vas04 = 90, 191, 189, 133, 247, 63, 127, 136, 104, 203, 27, 95, 186, 76, 19, 9, 241, 96, 97, 170, 19, 56, 33, 251, 226, 167, 88, 210, 187, 230, 170, 4, 10, 148, 13, 65, 183, 211, 184, 105, 206, 233, 69, 21, 10, 164, 164, 14, 111, 247, 25, 238, 194, 75, 38, 129, 205, 92, 224, 107, 80, 39, 52, 54, 88, 64, 102, 4, 102, 86, 213, 239, 237, 115, 21, 117, 145, 137, 214, 136, 21, 221, 185, 229, 248, 215, 253, 83, 182, 236, 9, 102, 22, 167, 115, 185, 66, 31, 103, 4, 206, 211, 110, 244, 228, 132, 186, 12, 108, 90, 72, 85, 199, 28, 51, 165, 74, 200, 43, 232, 3, 229, 207, 209, 117, 119, 159, 196, 68, 183, 230, 170, 144, 1, 238, 250, 190, 188, 12, 249, 151, 84, 136, 124; |
Vascular system 5, vas05
144 x one_byte
|
vas05 = 123, 10, 39, 175, 221, 196, 21, 248, 160, 44, 90, 241, 239, 234, 38, 173, 30, 93, 146, 177, 226, 154, 143, 175, 91, 33, 134, 195, 9, 79, 74, 19, 123, 207, 170, 101, 215, 178, 116, 33, 77, 182, 76, 134, 243, 8, 91, 36, 147, 142, 24, 50, 251, 49, 10, 111, 6, 65, 129, 226, 152, 210, 48, 98, 171, 200, 23, 186, 23, 48, 35, 200, 192, 76, 92, 58, 30, 203, 244, 175, 114, 55, 43, 56, 31, 246, 152, 101, 200, 240, 227, 199, 11, 147, 28, 69, 167, 65, 155, 60, 68, 24, 66, 235, 250, 204, 61, 7, 10, 195, 180, 51, 205, 18, 11, 110, 133, 183, 45, 173, 207, 64, 178, 59, 23, 60, 52, 246, 190, 27, 25, 1, 246, 98, 31, 20, 151, 176, 133, 207, 142, 153, 157, 152; |
Vascular system 6, vas06
144 x one_byte
|
vas06 = 110, 248, 255, 58, 136, 154, 2, 56, 151, 153, 131, 168, 104, 111, 105, 225, 14, 249, 36, 154, 135, 52, 68, 200, 80, 31, 25, 168, 167, 134, 112, 247, 72, 250, 64, 28, 64, 32, 174, 8, 109, 113, 87, 163, 131, 126, 199, 33, 222, 240, 214, 224, 149, 146, 140, 91, 120, 237, 155, 149, 86, 12, 227, 61, 91, 34, 119, 139, 230, 109, 206, 242, 210, 24, 120, 212, 129, 223, 244, 26, 77, 237, 202, 253, 202, 234, 180, 189, 120, 98, 157, 126, 196, 15, 210, 111, 29, 217, 84, 202, 132, 163, 181, 59, 132, 233, 144, 48, 86, 232, 64, 131, 122, 19, 144, 243, 123, 184, 173, 231, 153, 218, 193, 228, 101, 216, 17, 145, 101, 71, 235, 75, 106, 22, 48, 130, 233, 131, 54, 52, 161, 34, 76, 84; |
Vascular system 7, vas07
144 x one_byte
|
vas07 = 246, 129, 184, 220, 112, 167, 146, 192, 203, 70, 113, 212, 151, 12, 204, 128, 226, 22, 140, 233, 32, 204, 143, 160, 123, 31, 144, 233, 137, 141, 22, 1, 153, 19, 237, 91, 142, 232, 168, 222, 122, 182, 247, 137, 86, 1, 253, 32, 228, 159, 215, 62, 111, 93, 36, 192, 217, 126, 103, 135, 21, 57, 240, 228, 227, 44, 203, 102, 119, 175, 240, 51, 86, 209, 243, 121, 9, 69, 233, 64, 57, 229, 26, 99, 179, 200, 64, 183, 78, 48, 83, 217, 92, 167, 28, 13, 58, 194, 10, 144, 101, 130, 141, 48, 171, 91, 251, 97, 136, 168, 242, 145, 251, 30, 180, 225, 238, 208, 62, 47, 95, 85, 140, 0, 216, 227, 8, 65, 32, 222, 235, 139, 254, 144, 132, 41, 179, 106, 137, 106, 69, 214, 36, 231; |
Vascular system 8, vas08
144 x one_byte
|
vas08 = 147, 114, 204, 24, 223, 55, 219, 45, 32, 201, 114, 109, 79, 239, 123, 236, 242, 32, 19, 139, 83, 188, 84, 194, 218, 70, 26, 153, 85, 175, 243, 63, 47, 147, 221, 150, 70, 75, 243, 232, 131, 252, 87, 80, 189, 190, 121, 188, 47, 130, 66, 127, 65, 222, 66, 101, 154, 196, 177, 17, 215, 206, 248, 8, 80, 3, 70, 157, 248, 201, 211, 84, 20, 128, 198, 132, 23, 7, 206, 76, 143, 61, 0, 58, 249, 130, 173, 53, 194, 115, 61, 15, 163, 177, 238, 82, 166, 218, 179, 98, 3, 217, 154, 236, 23, 154, 86, 91, 80, 80, 244, 128, 35, 92, 59, 197, 96, 170, 40, 239, 93, 213, 82, 91, 250, 37, 78, 88, 74, 134, 253, 189, 75, 204, 91, 86, 85, 27, 173, 0, 37, 92, 183, 47; |
Vascular system 9, vas09
144 x one_byte
|
vas09 = 128, 109, 127, 60, 83, 51, 33, 176, 134, 64, 7, 175, 186, 78, 15, 249, 99, 133, 23, 250, 141, 120, 143, 82, 118, 111, 58, 40, 197, 124, 66, 139, 253, 212, 35, 74, 167, 96, 206, 128, 68, 223, 30, 31, 186, 88, 232, 177, 217, 197, 167, 157, 42, 196, 89, 47, 195, 23, 2, 247, 232, 51, 81, 210, 22, 12, 9, 197, 206, 165, 84, 242, 201, 58, 97, 192, 64, 226, 37, 97, 45, 242, 181, 80, 144, 11, 9, 126, 24, 99, 131, 80, 227, 186, 21, 201, 173, 83, 206, 24, 97, 59, 10, 148, 120, 49, 251, 88, 40, 79, 143, 41, 26, 128, 167, 144, 153, 192, 93, 250, 57, 79, 252, 30, 130, 124, 239, 7, 134, 135, 94, 91, 20, 149, 204, 134, 113, 243, 161, 38, 211, 74, 239, 151; |
Vascular system 10, vas10
144 x one_byte
|
vas10 = 130, 254, 141, 14, 178, 32, 127, 91, 197, 133, 118, 71, 9, 174, 161, 41, 195, 124, 192, 125, 18, 79, 43, 217, 185, 230, 24, 232, 34, 46, 123, 131, 107, 72, 58, 222, 25, 10, 93, 119, 14, 234, 107, 94, 251, 187, 17, 230, 203, 33, 143, 100, 69, 107, 134, 143, 208, 122, 199, 119, 183, 158, 125, 129, 174, 108, 48, 147, 167, 118, 121, 38, 146, 9, 104, 3, 144, 154, 74, 250, 222, 182, 112, 203, 253, 121, 229, 134, 206, 4, 77, 215, 131, 134, 220, 25, 132, 169, 5, 11, 7, 114, 219, 63, 209, 137, 37, 81, 21, 69, 252, 56, 40, 147, 171, 104, 20, 115, 70, 122, 125, 247, 97, 161, 81, 111, 196, 171, 200, 148, 50, 142, 239, 95, 159, 209, 137, 51, 53, 172, 144, 0, 86, 55; |
Vascular system 11, vas11
144 x one_byte
|
vas11 = 223, 205, 62, 189, 223, 105, 76, 109, 234, 48, 10, 39, 44, 78, 230, 147, 31, 80, 100, 229, 181, 237, 217, 247, 40, 216, 244, 147, 13, 62, 225, 189, 91, 153, 159, 174, 3, 44, 177, 105, 55, 221, 2, 122, 206, 41, 102, 142, 165, 179, 11, 103, 163, 95, 101, 118, 154, 211, 254, 28, 111, 195, 190, 21, 178, 76, 164, 115, 5, 119, 168, 130, 98, 194, 123, 18, 54, 150, 62, 201, 210, 224, 248, 223, 197, 42, 54, 176, 60, 52, 169, 216, 116, 32, 69, 233, 186, 115, 185, 237, 139, 127, 201, 1, 243, 72, 58, 221, 208, 71, 62, 72, 116, 114, 217, 69, 120, 37, 92, 220, 100, 242, 252, 118, 223, 177, 14, 41, 255, 115, 114, 33, 186, 190, 173, 221, 86, 168, 114, 10, 162, 187, 153, 13; |
Vascular system 12, vas12
144 x one_byte
|
vas12 = 5, 171, 113, 56, 174, 71, 173, 62, 219, 238, 74, 174, 38, 39, 27, 53, 173, 27, 134, 6, 188, 119, 39, 183, 113, 66, 226, 238, 208, 60, 199, 130, 204, 169, 116, 251, 26, 204, 212, 159, 243, 157, 254, 154, 110, 95, 202, 235, 164, 19, 88, 194, 36, 65, 214, 122, 230, 237, 53, 160, 144, 141, 33, 161, 92, 186, 96, 60, 247, 12, 124, 95, 164, 189, 197, 177, 138, 49, 21, 147, 241, 111, 151, 142, 72, 65, 237, 199, 195, 89, 41, 177, 221, 6, 244, 201, 239, 92, 67, 80, 207, 5, 150, 212, 216, 113, 74, 74, 133, 21, 158, 231, 100, 155, 153, 174, 103, 184, 124, 188, 167, 99, 225, 167, 239, 32, 0, 46, 125, 187, 177, 170, 176, 27, 79, 209, 106, 189, 220, 102, 206, 226, 72, 200; |
Vascular system 13, vas13
144 x one_byte
|
vas13 = 57, 82, 94, 113, 111, 164, 2, 109, 111, 8, 190, 195, 34, 15, 11, 43, 71, 27, 118, 205, 7, 26, 36, 167, 184, 115, 196, 127, 88, 17, 174, 171, 57, 235, 166, 38, 51, 240, 20, 82, 249, 181, 136, 228, 138, 221, 31, 15, 210, 208, 139, 167, 68, 60, 75, 57, 49, 173, 75, 38, 125, 163, 79, 168, 224, 132, 5, 192, 220, 161, 133, 217, 23, 104, 118, 78, 239, 54, 93, 194, 237, 181, 41, 182, 209, 79, 77, 106, 180, 48, 216, 69, 141, 159, 245, 19, 130, 24, 249, 156, 54, 31, 0, 103, 171, 167, 154, 169, 23, 118, 251, 212, 157, 237, 8, 146, 13, 212, 10, 167, 221, 82, 102, 5, 37, 47, 112, 133, 14, 133, 214, 30, 22, 28, 122, 107, 46, 8, 31, 172, 5, 235, 31, 248; |
Vascular system 14, vas14
144 x one_byte
|
vas14 = 193, 172, 202, 78, 67, 216, 78, 189, 108, 51, 250, 139, 182, 39, 155, 10, 34, 231, 145, 203, 35, 114, 47, 80, 244, 200, 107, 157, 232, 177, 116, 37, 168, 148, 153, 109, 11, 238, 130, 178, 190, 212, 83, 189, 209, 24, 7, 24, 50, 192, 241, 73, 13, 19, 224, 242, 90, 105, 247, 211, 62, 118, 76, 63, 151, 218, 87, 217, 159, 60, 140, 41, 106, 43, 137, 214, 210, 10, 108, 113, 8, 70, 182, 55, 254, 2, 47, 218, 84, 252, 86, 77, 206, 68, 174, 79, 252, 66, 63, 194, 38, 254, 38, 54, 211, 223, 169, 206, 27, 226, 140, 78, 88, 126, 121, 203, 16, 11, 54, 87, 76, 15, 98, 117, 57, 89, 115, 223, 183, 176, 227, 90, 179, 79, 71, 233, 215, 25, 246, 110, 107, 60, 29, 199; |
Metabolism, metab
36 x two_bytes
|
metab = 3925, 48286, 17243, 15398, 9000, 11725, 1714, 53077, 3041, 59216, 15847, 3979, 41534, 51350, 8977, 18955, 12089, 20573, 6565, 42495, 2546, 63183, 48702, 1862, 35454, 31806, 1938, 10450, 6579, 30749, 56771, 12659, 34537, 17324, 57871, 22128; |
Brain code register, brreg
3 x one_byte
|
brreg = 68, 227, 29; |
Brain code probe, brpro
96 x one_byte
|
brpro = 185, 157, 139, 172, 63, 61, 215, 160, 27, 180, 175, 23, 189, 24, 245, 16, 132, 148, 116, 182, 135, 121, 156, 253, 248, 220, 238, 127, 33, 210, 32, 121, 93, 140, 181, 28, 205, 67, 233, 30, 182, 47, 198, 227, 155, 110, 71, 59, 201, 203, 84, 216, 41, 241, 99, 34, 242, 65, 36, 14, 52, 207, 93, 58, 140, 126, 142, 185, 201, 240, 176, 129, 138, 75, 148, 21, 15, 5, 232, 6, 39, 248, 104, 49, 244, 174, 166, 139, 133, 96, 84, 215, 37, 104, 64, 54; |
Location in x and y coordinates, sgloc
2 x two_bytes
|
sgloc = 20115, 41239; |
Time in minutes, sgtim
1 x two_bytes
|
sgtim = 64607; |
Date in days and millenia, sgdat
2 x two_bytes
|
sgdat = 63639, 47568; |
First name, sgfin
1 x two_bytes
|
sgfin = 6599; |
Family name, sgfan
1 x two_bytes
|
sgfan = 28676; |
Attraction, sgatt
1 x one_byte
|
sgatt = 9; |
Friend or foe, sgfof
1 x one_byte
|
sgfof = 18; |
Belief, sgbel
1 x two_bytes
|
sgbel = 41834; |
Familiarity, sgfam
1 x two_bytes
|
sgfam = 45421; |
Relationship, sgrel
1 x one_byte
|
sgrel = 246; |
Unused, sgunu
1 x one_byte
|
sgunu = 156; |
Local braincode, sgbrc
128 x brain_code
|
sgbrc = 183, 61, 193, 94, 60, 60, 71, 223, 127, 105, 237, 29, 48, 114, 251, 223, 238, 200, 216, 150, 29, 163, 230, 81, 53, 46, 198, 57, 189, 93, 67, 87, 111, 201, 55, 237, 225, 101, 78, 165, 184, 227, 69, 157, 56, 140, 165, 153, 200, 136, 95, 130, 24, 248, 213, 184, 130, 248, 110, 162, 150, 38, 226, 173, 123, 159, 163, 145, 185, 14, 135, 117, 185, 225, 128, 32, 3, 146, 99, 198, 83, 36, 144, 195, 50, 201, 43, 184, 140, 255, 253, 240, 16, 212, 199, 157, 57, 183, 200, 93, 33, 96, 57, 55, 9, 15, 240, 169, 227, 104, 124, 253, 223, 181, 54, 89, 184, 33, 170, 246, 127, 231, 237, 231, 6, 59, 193, 215; |
Location in x and y coordinates, eploc
2 x two_bytes
|
eploc = 48481, 17329; |
Time in minutes, eptim
1 x two_bytes
|
eptim = 18077; |
Date in days and millenia, epdat
2 x two_bytes
|
epdat = 4293, 4368; |
First name, epfin
1 x two_bytes
|
epfin = 13401; |
Family name, epfan
1 x two_bytes
|
epfan = 62420; |
Event, epeve
1 x one_byte
|
epeve = 227; |
Food, epfoo
1 x one_byte
|
epfoo = 9; |
Belief, epbel
1 x two_bytes
|
epbel = 51191; |
Arg, eparg
1 x two_bytes
|
eparg = 22041; |